home *** CD-ROM | disk | FTP | other *** search
- application. newBreadboard ( )
- activeBreadboard. maximize ( )
- activeBreadboard. setAnimatePoint( 20, 150)
- activeBreadboard. setAnimateDelta( 100, 0)
- activeBreadboard. stampAndMove( "Axon", "inputAxon")
- activeBreadboard. stampAndMove( "FullSynapse", "hidden1Synapse")
- inputAxon. connectTo ( "hidden1Synapse" )
- activeBreadboard. stampAndMove( "TanhAxon", "hidden1Axon")
- hidden1Synapse. connectTo ( "hidden1Axon")
- activeBreadboard. stampAndMove( "FullSynapse", "outputSynapse")
- hidden1Axon. connectTo ( "outputSynapse")
- activeBreadboard. stampAndMove( "TanhAxon", "outputAxon")
- outputSynapse. connectTo ( "outputAxon" )
- activeBreadboard. stampAndMove ("L2Criterion", "criterion")
- outputAxon. connectTo ( "criterion" )
- activeBreadboard. setAnimatePoint( 10, 125)
- activeBreadboard. stampAndMove( "StaticControl", "control")
- control.setEpochs(100)
- activeBreadboard. stampOnAndMove( "BackStaticControl", "control")
- controlBackprop. setGradientClassName ( "Momentum" )
- controlBackprop. allocateBackpropPlane ( )
- activeBreadboard. stampOnAndMove( "File", "inputAxon")
- activeBreadboard. stampOnAndMove ("File", "criterion")
- file. setName ( "inputFile" )
- file1. setName ( "desiredFile" )
- hidden1Axon. setRows ( 5 )
- inputFile. setLowerBound ( -1.000000 )
- desiredFile. setLowerBound ( -1.000000 )
-
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "outputAxon" )
- matrixViewer. setName ( "activeOutputProbe" )
- activeOutputProbe. setActiveAccessPoint ( "Activity" )
- activeOutputProbe. setActiveAccessPoint ( "Activity" )
- activeOutputProbe. setEnableLabels ( TRUE )
- activeOutputProbe. setLabelSize ( 30 )
- activeOutputProbe. setFontHeight ( 12 )
- activeOutputProbe. setFileForColumnHeadings ( "desiredFile" )
- activeOutputProbe. loadColumnHeadings ( )
- activeOutputProbe. setAccessRows (FALSE)
- activeOutputProbe. setActiveNeuron (0)
- activeOutputProbe. setLabel ( "Output" )
-
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "desiredFile" )
- matrixViewer. setName ( "activeDesiredProbe" )
- activeDesiredProbe. setEnableLabels ( TRUE )
- activeDesiredProbe. setLabelSize ( 30 )
- activeDesiredProbe. setFontHeight ( 12 )
- activeDesiredProbe. setLabel ( "D" )
- activeDesiredProbe. setAccessRows (FALSE)
- activeDesiredProbe. setActiveNeuron (0)
- activeDesiredProbe. setLabel ( "Desired" )
-
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "criterion" )
- matrixViewer. setName ( "activeCostProbe" )
- activeCostProbe. setActiveAccessPoint ( "Average Cost" )
- activeCostProbe. setEnableLabels ( TRUE )
- activeCostProbe. setLabelSize ( 30 )
- activeCostProbe. setFontHeight ( 12 )
- activeCostProbe. setLabel ( "" )
- activeCostProbe. setAccessRows (FALSE)
- activeCostProbe. setActiveNeuron (0)
- activeCostProbe. setLabel ( "Cost" )
-
- activeOutputProbe. tileWindow (2,4,6,6)
- activeDesiredProbe. tileWindow (3,4,6,6)
- activeCostProbe. tileWindow (4,4,6,6)
-
- activeBreadboard. select ( NULL , FALSE )
-